Returns a DynamicResourceString object that tracks customization changes to a resource and raises an event when the resource value is changed.
'Declaration
Public Overloads Shared Function GetDynamicResourceString( _
ByVal As String, _
ByVal () As Object, _
ByVal As CultureInfo _
) As Infragistics.Shared.DynamicResourceString
public static Infragistics.Shared.DynamicResourceString GetDynamicResourceString(
string ,
object[] ,
CultureInfo
)
Parameters
- name
- Name of the string resource to return.
- args
- Arguments supplied to the string.Format method when formatting the string.
- culture
- Culture whose resource should loaded. The resource will go through a fallback process to locate the appropriate resources.
Return Value
A Infragistics.Shared.DynamicResourceString object to track changes in the resource customizations.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
Resources Class
Resources Members
Overload List
Infragistics.Shared.ResourceCustomizer
Infragistics.Shared.ResourceCustomizer.SetCustomizedString(System.String,System.String)
Infragistics.Shared.ResourceCustomizer.ResetCustomizedString(System.String)
Infragistics.Shared.ResourceCustomizer.ResetAllCustomizedStrings